Working with Zilab Remote Console Server Console Client


Zilab Remote Console Server Console Client (ZRCC) is a Windows 32-bit console application what provides an access to the Zilab Remote Console Server.
ZRCC transparently supports of all input (keyboard and mouse) events and color attributes.
ZRCC does not support Zilab server tunneling service.

Parameters description

ZRCC has following command-line parameters:

ZRCC  -h  -p  [-u ] [-w ] [-t ] [-nomouse] [-prn <printer name>] [-s] [-ci <suite name>] [-si]

 -h               TCP/IP host name or IP address
 -p               TCP/IP port
 -t            	  Disconnected session lifetime (default 0)
 -prn     	      Printer name for local printers or \\server\printer for network printers
 -u  			  User name
 -w   			  Password
 -nomouse         Disable mouse input
 -s               SSL secured connection
 -ci              Select cipher suite for SSL connection
 -si              Show SSL connection info

Supported cipher suites:

AES256-SHA
DES-CBC3-SHA
AES128-SHA
IDEA-CBC-SHA
RC4-SHA
RC4-MD5
DES-CBC-SHA

Unconditional connection termination

To terminate a connection use the Ctrl-Break keystroke. Unlike the Ctrl-C keystroke, ZRCC doesn't transmit the Ctrl-Break keystroke and treat it as unconditional connection termination signal.
If the ZRCC reconnection time-out parameter (-t) has been set, the server side will change the client session state to the pending state (available for reconnection) on the specified time period (if no reconnection has occurred in specified period of time, the client process will be terminated). Otherwise the remote process will be terminated. ZRCS provides a clean process shutdown. This means that all attached dynamic-link libraries will be detached properly.

Ctrl-C keystroke handling

ZRCC transmits Ctrl-C keystroke for processing to a remote process.